home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------------
- ;
- ; $VER: Lang_Ada9X.dfn 1.00 (23.6.96)
- ;
- ; This definition file contains definitions necessary to use Blacks Editor as
- ; an Ada 9X programmer's editor.
- ;
- : Written by Marc Criley
- ; Adapted by Marco Negri
- ;
- ;------------------------------------------------------------------------------
-
- DICTIONARY:
-
- abort
- abs
- abstract
- accept
- access
- aliased
- all
- and
- array
- at
- begin
- body
- case
- constant
- declare
- delay
- delta
- digits
- do
- else
- elsif
- end
- entry
- exception
- exit
- for
- function
- generic
- goto
- if
- in
- is
- limited
- loop
- mod
- new
- not
- null
- of
- or
- others
- out
- package
- pragma
- private
- procedure
- protected
- raise
- range
- record
- rem
- renames
- requeue
- return
- reverse
- select
- separate
- subtype
- tagged
- task
- terminate
- then
- type
- until
- use
- when
- while
- with
- xor
- #
-
-
- TEMPLATES:
-
- "abort @;\n"
- "abs (@)"
- "accept @ () do\nend ;\n"
- "access"
- "array (@) of"
- "begin\n"
- "body is"
- "case @ is\nend case;\n"
- "constant"
- "declare\n"
- "delay @;\n"
- "delta @"
- "digits @"
- "else\n"
- "elsif @ then\n"
- "end ;\n"
- "entry @ ();\n"
- "exception"
- "exit"
- "for @ in loop\nend loop;\n"
- "function @ () return "
- "generic\n"
- "goto @\n"
- "if @ then\nend if;\n"
- "limited private;\n"
- "loop\n @\nend loop;\n"
- "others => @"
- "package @ is\n"
- "pragma @;\n"
- "private"
- "procedure @ () "
- "raise @;\n"
- "range @ .. "
- "record\n @\nend record;\n"
- "renames @;"
- "requeue @;\n"
- "return"
- "reverse"
- "select\n @\nend select;\n"
- "separate"
- "subtype @ is ;\n"
- "task @"
- "terminate;\n"
- "then\n"
- "type @ is ;\n"
- "until @;\n"
- "use"
- "when @ =>"
- "while @ loop\nend loop;\n"
- "with @"
- #
-